From: Martin Liska Date: Wed, 29 Jun 2022 09:05:01 +0000 (+0200) Subject: Fix building with GCC 12.x release. X-Git-Tag: archive/raspbian/17.35.10-1+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=e7e53999308012e9959f06a867e6b8b81f904c30;p=libzypp.git Fix building with GCC 12.x release. Add missing header file. Fixes: #396 Gbp-Pq: Name 0001-Fix-building-with-GCC-12.x-release.patch --- diff --git a/zypp/base/Random.cc b/zypp/base/Random.cc index c5dba80..9f40a38 100644 --- a/zypp/base/Random.cc +++ b/zypp/base/Random.cc @@ -1,5 +1,6 @@ #include #include +#include #include